-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invidious: 2.20240825.2 -> 2.20241110.0 #355279
Conversation
They mention a new dependency on |
|
VM seems to run fine
Judging by this line it seems it is needed at runtime, not build time. In my minimal VM i find But it would be nice to encode this explicitly in the nixos module if possible |
Should I simply add it to buildInputs? I guess it worked on my system because tzdata must be installed already (which should be the case for most systems). But apparently alpine based docker is not one of them. |
I honestly don't know, many According to the bug report it should be obvious enough in the logs if it turns out to be necessary. Requires navigating to the subscriptions page. |
So we can go ahead, as it will fix invidious on most systems. If tzdata problems appear, we can address it in a separate pr. I don't know a good way to reproduce the potential bug anyway. |
Deployed on aarch64 and fixes the issues mentioned. |
Successfully created backport PR for |
Due to some changes on Youtube, channels and subscriptions were no longer displayed in invidious. This update solves the problem.
iv-org/invidious#5021
iv-org/invidious#5059
Things done
Updated using the included update.sh script.
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.
@_999eagle, @GaetanLepage, @sbruder, @pbsds